projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1741e72
)
(frame-parameter): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 25 Nov 1998 01:50:25 +0000
(
01:50
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 25 Nov 1998 01:50:25 +0000
(
01:50
+0000)
lisp/frame.el
patch
|
blob
|
history
diff --git
a/lisp/frame.el
b/lisp/frame.el
index 4c392a5895cc74d35ae692a5f5bbb46126592247..8971ac94c35e64273507e4d8e172d732b4e306da 100644
(file)
--- a/
lisp/frame.el
+++ b/
lisp/frame.el
@@
-626,7
+626,7
@@
is given and non-nil, the unwanted frames are iconified instead."
(defun frame-parameter (frame parameter)
"Return FRAME's value for parameter PARAMETER.
-If FRAME is
omitted
, describe the currently selected frame."
+If FRAME is
nil
, describe the currently selected frame."
(cdr (assq parameter (frame-parameters frame))))
(defun frame-height (&optional frame)